<script>on mouseUpif bg fld sendList = "" or bg fld lettertitle = "" or bg fld letterText = "" thendoWarningexit mouseUpend ifput cd fld AOLMailFilePath of cd AOLConfigure into theMailFileput bg fld lettertitle into theTitleput bg fld sendList into toput bg fld copyList into copiesput the hilite of bg btn "Return Reciept?" into rrput the hilite of bg btn "Attach File?" into afput bg fld letterText into theTextAOLMail theMailFile,theTitle,to,copies,rr,af,theTextif the result ≠ "" then answer the resultend mouseUpon doWarningbeepanswer "Please check to see you have filled in the title, address, and text of your message."end doWarning-- ScriptEdit™ Prefs:Monaco,9,90,40,515,616,188,188,50</script>
</part>
<part>
<id>10</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>301</left>
<top>292</top>
<right>510</right>
<bottom>308</bottom>
</rect>
<style>rectangle</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Geneva</font>
<textSize>9</textSize>
<textStyle>plain</textStyle>
<name>Clear Everything out</name>
<script>on mouseUpput empty into bg fld sendListput empty into bg fld copyListput empty into bg fld letterTextput empty into bg fld Lettertitleset the hilite of bg btn "Return Reciept?" to falseset the hilite of bg btn "Attach File?" to falseend mouseUp</script>